@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance:none) {
    ._cslib-cd--wrapper {
      display:none;
    }
  }
}

/*ITEMS*/
._cslib-cd--wrapper .time-container {
  max-width: 250px;
  border-radius: 8px;
}

._cslib-cd--wrapper .time-container span {
  padding: 5px;
}

/*HIDE MOBILE*/
.dnd-section.hide-mobile {
  display: none;
  opacity: 0;
}
@media (min-width:767px) {
  .dnd-section.hide-mobile {
    display: block;
    opacity: 1;
    transition: all 400ms ease-in-out;
  }
}